File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/string/base/invcase Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33@license Apache-2.0
44
5- Copyright (c) 2022 The Stdlib Authors.
5+ Copyright (c) 2023 The Stdlib Authors.
66
77Licensed under the Apache License, Version 2.0 (the "License");
88you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/**
22* @license Apache-2.0
33*
4- * Copyright (c) 2022 The Stdlib Authors.
4+ * Copyright (c) 2023 The Stdlib Authors.
55*
66* Licensed under the Apache License, Version 2.0 (the "License");
77* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/*
22* @license Apache-2.0
33*
4- * Copyright (c) 2022 The Stdlib Authors.
4+ * Copyright (c) 2023 The Stdlib Authors.
55*
66* Licensed under the Apache License, Version 2.0 (the "License");
77* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/*
22* @license Apache-2.0
33*
4- * Copyright (c) 2022 The Stdlib Authors.
4+ * Copyright (c) 2023 The Stdlib Authors.
55*
66* Licensed under the Apache License, Version 2.0 (the "License");
77* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/**
22* @license Apache-2.0
33*
4- * Copyright (c) 2022 The Stdlib Authors.
4+ * Copyright (c) 2023 The Stdlib Authors.
55*
66* Licensed under the Apache License, Version 2.0 (the "License");
77* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/**
22* @license Apache-2.0
33*
4- * Copyright (c) 2022 The Stdlib Authors.
4+ * Copyright (c) 2023 The Stdlib Authors.
55*
66* Licensed under the Apache License, Version 2.0 (the "License");
77* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/**
22* @license Apache-2.0
33*
4- * Copyright (c) 2022 The Stdlib Authors.
4+ * Copyright (c) 2023 The Stdlib Authors.
55*
66* Licensed under the Apache License, Version 2.0 (the "License");
77* you may not use this file except in compliance with the License.
@@ -53,6 +53,7 @@ function invcase( str ) {
5353 var ch ;
5454 var s ;
5555 var i ;
56+
5657 out = [ ] ;
5758 for ( i = 0 ; i < str . length ; i ++ ) {
5859 ch = str [ i ] ;
Original file line number Diff line number Diff line change 11/**
22* @license Apache-2.0
33*
4- * Copyright (c) 2022 The Stdlib Authors.
4+ * Copyright (c) 2023 The Stdlib Authors.
55*
66* Licensed under the Apache License, Version 2.0 (the "License");
77* you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments