Initial commit: 11ty website with Fire/Frost branding
This commit is contained in:
10
node_modules/liquidjs/dist/drop/null-drop.d.ts
generated
vendored
Normal file
10
node_modules/liquidjs/dist/drop/null-drop.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Drop } from './drop';
|
||||
import { Comparable } from './comparable';
|
||||
export declare class NullDrop extends Drop implements Comparable {
|
||||
equals(value: any): boolean;
|
||||
gt(): boolean;
|
||||
geq(): boolean;
|
||||
lt(): boolean;
|
||||
leq(): boolean;
|
||||
valueOf(): null;
|
||||
}
|
||||
Reference in New Issue
Block a user